Page MenuHomePhabricator

Optimize spark3 conda deb generation
Closed, ResolvedPublic

Description

In workflow utils when using conda-pack, we should use those 2 parameters:

  • compress_level to 0 to avoid useless compression of the environment wish is uncompressed later in the process.
  • n_threads to parallelize the packing process.