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
According to
https://bazel.build/reference/be/common-definitions#common-attributes-tests
bazel assume that a test will only use `20mb` of memory.
Might fix;
```
Step hdl#1: Server terminated abruptly (error code: 14, error message: 'Socket closed', log file: '/builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/server/jvm.out')
```
Signed-off-by: Tim Ansell <[email protected]>
mithro
added a commit
to mithro/bazel_rules_hdl
that referenced
this issue
Dec 21, 2023
According to
https://bazel.build/reference/be/common-definitions#common-attributes-tests
bazel assume that a test will only use `20mb` of memory.
Might fix;
```
Step hdl#1: Server terminated abruptly (error code: 14, error message: 'Socket closed', log file: '/builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/server/jvm.out')
```
Signed-off-by: Tim Ansell <[email protected]>
See https://github.com/masc-ucsc/livehd/blob/master/external/ and masc-ucsc/livehd#186
The text was updated successfully, but these errors were encountered: