Enabling Processing of Large Files with Shared-Nothing Persistence
For shared-nothing persistence, ActivesSpaces is enabled to work with files larger than 2 GB.
On some UNIX systems, the administrator might have set small ulimit values for resources that affect execution of ActiveSpaces processes, such as data segment size, stack size, and virtual memory. It is advisable to set these values to unlimited and let processes receive maximum available memory from the available resources.
You can use the following commands to change resource values to unlimited:
ulimit -d unlimited ulimit -s unlimited ulimit -v unlimited
Procedure
Related tasks
Copyright © Cloud Software Group, Inc. All rights reserved.