linux can handle it.
you need your malloc library to support getting additional pages via mmap().
brk() will only allow you to allocate up to ~910M.
the simplest way of explaining this is for you to download dlmalloc and use
that.
see http://g.oswego.edu/dl/html/malloc.html
cheers,
lincoln.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/