Perl script

In perl module while reading the records and creating a report and due to the memory constraint I am getting the below error.

Out of memory!

what can be done to get his rectified. whether any temporay hash can be prepared.

what is your value of ulimit kernel parameter?

1 Like

can u let me know how to check the ulimit kernel parameter.

---------- Post updated at 01:42 AM ---------- Previous update was at 12:32 AM ----------
-> ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 4194300
stack(kbytes) 163224
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048

---------- Post updated at 02:20 AM ---------- Previous update was at 01:42 AM ----------
core dump vale causing the issue ?