[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Standard Universe restriction



Hello,


Among the limitations specified at

  www.cs.wisc.edu/condor/manual/v6.7/2_4Road_map_Running.html#1082

for the standard universe, there is one related to mmap:

7. Memory mapped files are not allowed. This includes
   system calls such as mmap() and munmap().

However, recent versions of malloc() use mmap().
What is the impact of malloc() using mmap() on
running programs that use malloc() in the standard
universe?

Thank you.
Gabriel