Can you tell me if there is heap size limitation in gcc? I use a server with 4 CPU and 16 BG ram. I create tables using malloc and the total memory I can use is a little less than 4 GB.
Can you tell me if there is heap size limitation in gcc? I use a server with 4 CPU and 16 BG ram. I create tables using malloc and the total memory I can use is a little less than 4 GB.