Indexer.Memory.Monitor
checks if the BEAM memory usage exceeds a set limit (defaults to 1 GiB) and if it does, it asks the process with the most memory that is registered as shrinkable to shrink.iex
2. import Bitwise
3. 1 <<< 3
//10737418241 <<< 30
5 <<< 30
10 <<< 30
15 <<< 30
20 <<< 30
25 <<< 30
30 <<< 30
35 <<< 30
40 <<< 30
45 <<< 30
50 <<< 30