-
-
Notifications
You must be signed in to change notification settings - Fork 162
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
When using js_image_layer on js_binary targets with many inputs (100k+) we're observing very slow postprocessing.run events in the Bazel profiles. These occur every-time, also when fully cached.
The snips are from a CI linux runner profile.


Version
Development (host) and target OS/architectures: macOS & k8 + Engflow remote cache
Output of bazel --version: release 7.4.1
Version of the Aspect rules, or other relevant rules from your
WORKSPACE or MODULE.bazel file: rules_js 2.8.1
Language(s) and/or frameworks involved: JS
How to reproduce
The entries.json generated is usually over 150MB with more than 500k lines in some of our services.
So the js_binary should depend on node modules with many files.Any other information?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working