ulimit

how do i check the ulimit set on my server..
ca i know whats the command ??

thanks in advance ..

ulimit -a

when we are processing a file of size more than 2 GB , we can't do so ..
when checked the limit it set as --> data 2097152 Kbytes.
does it cause the issue ?
whats the command to increase it ??

In what way does it not work? What are you doing to the file? Are you on a 32-bit system? This may be a physical limit.

we are separting into two files based on a pattern..
.. i think its 32-bit ..

---------- Post updated at 05:20 PM ---------- Previous update was at 11:28 AM ----------

time(seconds)        unlimited
file(blocks)         unlimited
data(kbytes)         2097152
stack(kbytes)        8192
memory(kbytes)       unlimited
coredump(blocks)     4194303

above is the ulimit output , could you please help us out ?
thanks in advance

Try ulimit -f unlimited . But again, ulimit may have nothing to do with this problem. I can't be sure because you refuse to describe it.