Skip to content

Chaotic Chameleon.6

Compare
Choose a tag to compare
@donald donald released this 11 May 10:14
· 68 commits to master since this release
  • tmpdir is now on by default (100 GiB)

  • Performance: mxqd reaper is now implemented as an external helper which gets exec()ed. This way it has an new and small address space, not one cloned from mxqd. The address space is charged for the users, so small mxq jobs can now run with smaller memory limits.

  • Performance: mxqd no longer disconnects from and reconnects to the mysql server for every job start (and in another place)

  • umount/cleanup of tmpdir is now done by an external helper for easier maintainability.

  • Performance: umount/cleanup now tries to remove files before doing the umount to decrease writeback

  • Performance: umount/cleanup of tmpdir is done in the background, mxqd doesn't wait for it

  • General code cleanup