You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save / Load type environment without saving / loading dependency keys
Summary:
The dependency keys (which are used for pyre incremental) are too large to be
saved in the shared memory -- each value in a shared memory entry must not
exceed 2 GB.
Since Pysa does not use the dependency keys in any way, we can skip saving them
into the shared memory.
Reviewed By: alexkassil
Differential Revision: D49068488
fbshipit-source-id: 0056099ee969decf2bcae3019b246c5a130d50ea
0 commit comments