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
Julia Version 1.7.0 (2021-11-30) for ARM
2021 MacBook Pro (M1 Pro)
Running
using SharedArrays
arr = SharedArray{Tuple{Int64,Int64}}(2)
results in
System max size of single shmem segment(MB) : 4
System max size of all shmem segments(MB) : 16
Requested size(MB) : 0
Please ensure requested size is within system limits.
If not, increase system limits and try again.
ERROR: SystemError: shm_open() failed for /jl005263QYtt4T0wCXAsXvchp9kI: Permission denied
The same code works under Rosetta2
The text was updated successfully, but these errors were encountered:
Julia Version 1.7.0 (2021-11-30) for ARM
2021 MacBook Pro (M1 Pro)
Running
results in
The same code works under Rosetta2
The text was updated successfully, but these errors were encountered: