I am trying to write a large file, but it always stops writing when it hits 2GB. (2147483647 bytes to be exact). I know it's not an O/S or disk issue (I'm on solaris) as I'm able to use the mkfile command to create a 3GB file.
I'm using the SUN workshop compiler. Are you aware of any flags that I can use that will allow writing files that are larger than 2GB?