Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange insufficient storage space exception #1751

Open
CharlieZhao2023 opened this issue Feb 27, 2025 · 0 comments
Open

Strange insufficient storage space exception #1751

CharlieZhao2023 opened this issue Feb 27, 2025 · 0 comments

Comments

@CharlieZhao2023
Copy link

I got an exception when allocating a new publisher:

(-12) insufficient storage space [aeron_driver_context_run_storage_checks, aeron_driver_context.c:1198] insufficient usable storage for new log of length=50335744 usable=0 in /dev/shm/aeron

However, at the time when I got the exception, the output was as follows:

$ df -h /dev/shm
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.9G 442M 1.5G 24% /dev/shm

$ free -h
total used free shared buff/cache available
Mem: 3.7Gi 425Mi 167Mi 450Mi 3.1Gi 2.6Gi
Swap: 0B 0B 0B

There should be enough shared memory (shm) to allocate the new publisher channel. Why did it throw this exception?

I have started the same process 4 times, and the previous allocations were okay. The 5th attempt triggered the exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant