Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. localhost:3301> box.slab.info()
  2. ---
  3. - items_size: 1022767144
  4.   items_used_ratio: 27.87%
  5.   quota_size: 1073741824
  6.   quota_used_ratio: 100.00%
  7.   arena_used_ratio: 29.9%
  8.   items_used: 285037936
  9.   quota_used: 1073741824
  10.   arena_size: 1073741824
  11.   arena_used: 320656752
  12. ...
  13.  
  14. localhost:3301> box.schema.create_space('tester')
  15. ---
  16. - error: Failed to allocate 45 bytes in slab allocator for memtx_tuple
  17. ...
  18.  
  19. localhost:3301> box.info.version
  20. ---
  21. - 2.1.2-62-g8dc9096d8
  22. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement