glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 45 forks source link

Do not for call cvmfsexec script if not necessary #308

Closed mmascher closed 1 year ago

mmascher commented 1 year ago

Describe the bug Not really a bug, but when reconfiguring the ITB dev factory I got an out of memory. Turned out that since subprocess uses fork then the whole process memory is duplicated. And since the test machine is really small the memory is not enough.

I'd suggest to avoid doing the subprocess call if not necessary (cvmfs has been rutned off).