reading symbolic information ...dbx: fatal error: Not enough space
Sometimes, app people wants to execute the dbx, but they stuck up with the below error.
Error:
Type 'help' for help.
[using memory image in core]
reading symbolic information ...dbx: fatal error: Not enough space
Eventhough we have enough spaces on the filesystems, the server throw the "dbx: fatal error: Not enough space"
Solution:
Changing the ulimit (data) value will fix this issue.
Please change the data value to unlimited on the user attribute. It will fix the issue.
chuser data=-1 siva
Note: please make sure we have enough paging space on our server.
Sometimes, app people wants to execute the dbx, but they stuck up with the below error.
Error:
Type 'help' for help.
[using memory image in core]
reading symbolic information ...dbx: fatal error: Not enough space
Eventhough we have enough spaces on the filesystems, the server throw the "dbx: fatal error: Not enough space"
Solution:
Changing the ulimit (data) value will fix this issue.
Please change the data value to unlimited on the user attribute. It will fix the issue.
chuser data=-1 siva
Note: please make sure we have enough paging space on our server.