OnDemand User Group

Support Forums => Report Indexing => Topic started by: jsquizz on April 10, 2023, 11:50:33 AM

Title: Ignore 2GB File Limit with Daemon
Post by: jsquizz on April 10, 2023, 11:50:33 AM
Hi All,

Just wondering if anyone is using:

Code: [Select]
ARS_LOAD_IGN_2GB_DOCUMENT_LIMIT_ERROR=1
With a load daemon - Or if this is something that we can specify in ars.cfg? We currently have to manually execute it every time we go to load a certain subset of files.

Would an
Code: [Select]
export ARS_LOAD_IGN_2GB_DOCUMENT_LIMIT_ERROR=1 in the profile that runs our load Daemon also work?

Thanks!
Title: Re: Ignore 2GB File Limit with Daemon
Post by: Justin Derrick on April 11, 2023, 06:30:43 AM
Exporting it in the profile of the account that runs the process (or in the shell script that starts the arsload daemon) is the right way forward.

-JD.
Title: Re: Ignore 2GB File Limit with Daemon
Post by: jsquizz on April 11, 2023, 08:22:38 AM
Exporting it in the profile of the account that runs the process (or in the shell script that starts the arsload daemon) is the right way forward.

-JD.

Thats what I thought - But I was not sure if it was one of those things you'd include in ars.cfg also! Thanks!
Title: Re: Ignore 2GB File Limit with Daemon
Post by: Justin Derrick on April 12, 2023, 07:51:27 AM
There doesn't seem to be any documentation on this option -- do you have any info you can share on this option?

-JD.
Title: Re: Ignore 2GB File Limit with Daemon
Post by: jsquizz on April 12, 2023, 11:34:02 AM
There doesn't seem to be any documentation on this option -- do you have any info you can share on this option?

-JD.

Zilch!

I added it to the profile. Will add any findings.