in reply to Re^2: [Ceph::RADOS] Help Debugging Inline C
in thread [Ceph::RADOS] Help Debugging Inline C
While still groping in the dark a bit...
BUILD_NOISY || VERBOSE || DEBUG = 1 || TRUE;
Just thinking out loud.
"Out of memory!"
Any chance you can flush some, or all of this data to disk, and use it there? That would at least prevent memory exhaustion.
Hmm...
error(17) in create_pool:File exists Is it possible that File is/has been created too early? This might mean that the buffers/pools are filling up, causing the memory exhaustion. As they are expecting File, which can't be operated on, because it can't be re-created.connected Kbytes: 4880394048 Kbytes used: 1327705520 Kbytes avail: 3552688528 Objects: 164563 error(17) in create_pool:File exists create pool this_test_pool success Testing list_pools Out of memory!
#!/usr/bin/perl -Tw use perl::always; my $perl_version = (5.12.5); print $perl_version;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: [Ceph::RADOS] Help Debugging Inline C
by three18ti (Monk) on Nov 09, 2013 at 20:03 UTC | |
by taint (Chaplain) on Nov 09, 2013 at 20:57 UTC |