The recommended ulimit -v
setting, which
limits the virtual memory for processes, is unlimited
on
each of the servers where a Indexing Engine node
is installed. To modify the limit, complete the following steps:
Procedure
- Log in to the server where a Indexing Engine node
is installed using the Indexing Engine user
id for that server.
- Run the following command in a terminal window:
ulimit -v
If
the returned value is not
unlimited
, proceed to step
3. If the returned value is
unlimited
, proceed to
step 7.
- Log in to the server as the root user.
- Open the
/etc/security/limits.conf
file.
- Modify or add the following lines:
<user-id> hard as unlimited
<user-id> soft as unlimited
where
<user-id>
is
the
user id
used to install the
Indexing Engine on
the server.
To modify the value for all users on this server, modify
or add the following lines:
* hard as unlimited
* soft as unlimited
- Save your changes.
- Repeat for each Indexing Engine instance.
What to do next
To ensure that the changes are updated, restart IBM® Operations Analytics Log Analysis.