Skip to content

Instantly share code, notes, and snippets.

@imotov
Created April 20, 2011 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imotov/930129 to your computer and use it in GitHub Desktop.
Save imotov/930129 to your computer and use it in GitHub Desktop.
bigmac:elasticsearch-0.16.0-SNAPSHOT igor$ export ES_MIN_MEM=28m; export ES_MAX_MEM=28m; bin/elasticsearch -f
[2011-04-19 21:07:18,097][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: initializing ...
[2011-04-19 21:07:18,099][INFO ][plugins ] [Cody Mushumanski gun Man aka: the hunter] loaded []
[2011-04-19 21:07:20,129][DEBUG][index.shard.recovery ] [Cody Mushumanski gun Man aka: the hunter] using concurrent_streams [5], file_chunk_size [100kb], translog_size [100kb], translog_ops [1000], and compress [true]
[2011-04-19 21:07:20,132][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: initialized
[2011-04-19 21:07:20,133][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: starting ...
[2011-04-19 21:07:20,199][INFO ][transport ] [Cody Mushumanski gun Man aka: the hunter] bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/192.168.10.1:9300]}
[2011-04-19 21:07:23,283][INFO ][cluster.service ] [Cody Mushumanski gun Man aka: the hunter] new_master [Cody Mushumanski gun Man aka: the hunter][ET93_s04QAywCxgiMqFgrg][inet[/192.168.10.1:9300]], reason: zen-disco-join (elected_as_master)
[2011-04-19 21:07:23,341][INFO ][discovery ] [Cody Mushumanski gun Man aka: the hunter] elasticsearch/ET93_s04QAywCxgiMqFgrg
[2011-04-19 21:07:23,412][INFO ][http ] [Cody Mushumanski gun Man aka: the hunter] bound_address {inet[/0.0.0.0:9200]}, publish_address {inet[/192.168.10.1:9200]}
[2011-04-19 21:07:23,413][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: started
[2011-04-19 21:07:23,745][DEBUG][index.mapper ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] using dynamic[true], default mapping: location[null] and source[{
"_default_" : {
}
}]
[2011-04-19 21:07:23,835][WARN ][indices.cluster ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] parsed mapping [page], and got different sources
original:
{"page":{"properties":{"id":{"type":"string"},"timestamp":{"format":"dateOptionalTime","type":"date"},"revision":{"dynamic":"true","properties":{"id":{"type":"string"},"timestamp":{"format":"dateOptionalTime","type":"date"},"text":{"type":"string"},"username":{"type":"string"},"contributor":{"type":"string"},"comment":{"type":"string"},"ip":{"type":"string"}}},"text":{"type":"string"},"title":{"type":"string"},"minor":{"type":"string"},"redirect":{"type":"string"}}}}
parsed:
{"page":{"properties":{"id":{"type":"string"},"minor":{"type":"string"},"redirect":{"type":"string"},"revision":{"dynamic":"true","properties":{"comment":{"type":"string"},"contributor":{"type":"string"},"id":{"type":"string"},"ip":{"type":"string"},"text":{"type":"string"},"timestamp":{"type":"date","format":"dateOptionalTime"},"username":{"type":"string"}}},"text":{"type":"string"},"timestamp":{"type":"date","format":"dateOptionalTime"},"title":{"type":"string"}}}}
[2011-04-19 21:07:23,836][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] creating shard_id [0]
[2011-04-19 21:07:23,940][DEBUG][index.store.fs ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] using [nio_fs] store with path [/Volumes/Media/TestData/elasticsearch-0.16.0-SNAPSHOT/data/elasticsearch/nodes/0/indices/wikipedia/0/index]
[2011-04-19 21:07:23,941][DEBUG][index.deletionpolicy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] Using [keep_only_last] deletion policy
[2011-04-19 21:07:23,942][DEBUG][index.merge.policy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] using [log_bytes_size] merge policy with merge_factor[10], min_merge_size[1.5mb], max_merge_size[2gb], max_merge_docs[2147483647], calibrate_size_by_deletes[true], async_merge[true]
[2011-04-19 21:07:23,942][DEBUG][index.merge.scheduler ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] using [concurrent] merge scheduler with max_thread_count[3]
[2011-04-19 21:07:23,943][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] state: [CREATED]
[2011-04-19 21:07:23,945][DEBUG][index.translog ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] interval [5s], flush_threshold_ops [5000], flush_threshold_size [200mb], flush_threshold_period [30m]
[2011-04-19 21:07:23,948][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] state: [CREATED]->[RECOVERING], reason [from gateway]
[2011-04-19 21:07:23,949][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] creating shard_id [1]
[2011-04-19 21:07:23,949][DEBUG][index.gateway ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] starting recovery from local ...
[2011-04-19 21:07:23,963][DEBUG][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] Starting engine
[2011-04-19 21:07:23,976][DEBUG][index.store.fs ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] using [nio_fs] store with path [/Volumes/Media/TestData/elasticsearch-0.16.0-SNAPSHOT/data/elasticsearch/nodes/0/indices/wikipedia/1/index]
[2011-04-19 21:07:23,976][DEBUG][index.deletionpolicy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] Using [keep_only_last] deletion policy
[2011-04-19 21:07:23,977][DEBUG][index.merge.policy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] using [log_bytes_size] merge policy with merge_factor[10], min_merge_size[1.5mb], max_merge_size[2gb], max_merge_docs[2147483647], calibrate_size_by_deletes[true], async_merge[true]
[2011-04-19 21:07:23,977][DEBUG][index.merge.scheduler ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] using [concurrent] merge scheduler with max_thread_count[3]
[2011-04-19 21:07:23,977][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] state: [CREATED]
[2011-04-19 21:07:23,979][DEBUG][index.translog ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] interval [5s], flush_threshold_ops [5000], flush_threshold_size [200mb], flush_threshold_period [30m]
[2011-04-19 21:07:24,161][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] state: [CREATED]->[RECOVERING], reason [from gateway]
[2011-04-19 21:07:24,161][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] creating shard_id [2]
[2011-04-19 21:07:24,161][DEBUG][index.gateway ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] starting recovery from local ...
[2011-04-19 21:07:24,164][DEBUG][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] Starting engine
[2011-04-19 21:07:26,576][DEBUG][index.store.fs ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] using [nio_fs] store with path [/Volumes/Media/TestData/elasticsearch-0.16.0-SNAPSHOT/data/elasticsearch/nodes/0/indices/wikipedia/2/index]
[2011-04-19 21:07:26,576][DEBUG][index.deletionpolicy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] Using [keep_only_last] deletion policy
[2011-04-19 21:07:26,576][DEBUG][index.merge.policy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] using [log_bytes_size] merge policy with merge_factor[10], min_merge_size[1.5mb], max_merge_size[2gb], max_merge_docs[2147483647], calibrate_size_by_deletes[true], async_merge[true]
[2011-04-19 21:07:26,577][DEBUG][index.merge.scheduler ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] using [concurrent] merge scheduler with max_thread_count[3]
[2011-04-19 21:07:26,577][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] state: [CREATED]
[2011-04-19 21:07:26,579][DEBUG][index.translog ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] interval [5s], flush_threshold_ops [5000], flush_threshold_size [200mb], flush_threshold_period [30m]
[2011-04-19 21:07:26,600][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] state: [CREATED]->[RECOVERING], reason [from gateway]
[2011-04-19 21:07:26,600][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] creating shard_id [3]
[2011-04-19 21:07:26,600][DEBUG][index.gateway ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] starting recovery from local ...
[2011-04-19 21:07:26,608][DEBUG][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] Starting engine
[2011-04-19 21:07:27,035][DEBUG][index.store.fs ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] using [nio_fs] store with path [/Volumes/Media/TestData/elasticsearch-0.16.0-SNAPSHOT/data/elasticsearch/nodes/0/indices/wikipedia/3/index]
[2011-04-19 21:07:27,035][DEBUG][index.deletionpolicy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] Using [keep_only_last] deletion policy
[2011-04-19 21:07:27,036][DEBUG][index.merge.policy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] using [log_bytes_size] merge policy with merge_factor[10], min_merge_size[1.5mb], max_merge_size[2gb], max_merge_docs[2147483647], calibrate_size_by_deletes[true], async_merge[true]
[2011-04-19 21:07:27,036][DEBUG][index.merge.scheduler ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] using [concurrent] merge scheduler with max_thread_count[3]
[2011-04-19 21:07:27,036][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] state: [CREATED]
[2011-04-19 21:07:27,040][DEBUG][index.translog ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] interval [5s], flush_threshold_ops [5000], flush_threshold_size [200mb], flush_threshold_period [30m]
java.lang.OutOfMemoryError: Java heap space
Dumping heap to java_pid23323.hprof ...
Heap dump file created [40702938 bytes in 1.099 secs]
Exception in thread "elasticsearch[Cody Mushumanski gun Man aka: the hunter]transport_server_worker-pool-15-thread-5" java.lang.OutOfMemoryError: Java heap space
Exception in thread "elasticsearch[Cody Mushumanski gun Man aka: the hunter]transport_server_worker-pool-15-thread-7" java.lang.OutOfMemoryError: Java heap space
Exception in thread "elasticsearch[cached]-pool-1-thread-1" java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:07:49,219][WARN ][netty.channel.socket.nio.NioWorker] Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:07:49,219][WARN ][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] failed engine
java.lang.OutOfMemoryError: Java heap space
at org.apache.lucene.index.TermsHashPerField.rehashPostings(TermsHashPerField.java:539)
at org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:456)
at org.apache.lucene.index.DocInverterPerField.processFields(DocInverterPerField.java:169)
at org.apache.lucene.index.DocFieldProcessorPerThread.processDocument(DocFieldProcessorPerThread.java:248)
at org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:701)
at org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:2194)
at org.elasticsearch.index.engine.robin.RobinEngine.innerIndex(RobinEngine.java:396)
at org.elasticsearch.index.engine.robin.RobinEngine.index(RobinEngine.java:374)
at org.elasticsearch.index.shard.service.InternalIndexShard.performRecoveryOperation(InternalIndexShard.java:524)
at org.elasticsearch.index.gateway.local.LocalIndexShardGateway.recover(LocalIndexShardGateway.java:150)
at org.elasticsearch.index.gateway.IndexShardGatewayService$1.run(IndexShardGatewayService.java:144)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
[2011-04-19 21:07:56,947][WARN ][netty.channel.socket.nio.NioWorker] Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: Java heap space
Exception in thread "elasticsearch[cached]-pool-1-thread-3" java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:07:56,948][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] state: [CREATED]->[RECOVERING], reason [from gateway]
[2011-04-19 21:07:56,948][DEBUG][index.gateway ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] starting recovery from local ...
[2011-04-19 21:07:56,969][DEBUG][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] Starting engine
[2011-04-19 21:07:56,971][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] deleting shard_id [0]
[2011-04-19 21:07:56,972][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][0] state: [RECOVERING]->[CLOSED], reason [engine failure [OutOfMemoryError[Java heap space]]]
[2011-04-19 21:07:57,171][INFO ][gateway ] [Cody Mushumanski gun Man aka: the hunter] recovered [1] indices into cluster_state
[2011-04-19 21:07:57,464][WARN ][cluster.action.shard ] [Cody Mushumanski gun Man aka: the hunter] sending failed shard for [wikipedia][0], node[ET93_s04QAywCxgiMqFgrg], [P], s[INITIALIZING], reason [engine failure, message [OutOfMemoryError[Java heap space]]]
[2011-04-19 21:07:57,464][WARN ][cluster.action.shard ] [Cody Mushumanski gun Man aka: the hunter] received shard failed for [wikipedia][0], node[ET93_s04QAywCxgiMqFgrg], [P], s[INITIALIZING], reason [engine failure, message [OutOfMemoryError[Java heap space]]]
[2011-04-19 21:07:57,473][WARN ][indices.cluster ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] parsed mapping [page], and got different sources
original:
{"page":{"properties":{"id":{"type":"string"},"timestamp":{"format":"dateOptionalTime","type":"date"},"revision":{"dynamic":"true","properties":{"id":{"type":"string"},"timestamp":{"format":"dateOptionalTime","type":"date"},"text":{"type":"string"},"username":{"type":"string"},"contributor":{"type":"string"},"comment":{"type":"string"},"ip":{"type":"string"}}},"text":{"type":"string"},"title":{"type":"string"},"minor":{"type":"string"},"redirect":{"type":"string"}}}}
parsed:
{"page":{"properties":{"id":{"type":"string"},"minor":{"type":"string"},"redirect":{"type":"string"},"revision":{"dynamic":"true","properties":{"comment":{"type":"string"},"contributor":{"type":"string"},"id":{"type":"string"},"ip":{"type":"string"},"text":{"type":"string"},"timestamp":{"type":"date","format":"dateOptionalTime"},"username":{"type":"string"}}},"text":{"type":"string"},"timestamp":{"type":"date","format":"dateOptionalTime"},"title":{"type":"string"}}}}
[2011-04-19 21:07:57,474][DEBUG][index.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia] creating shard_id [4]
[2011-04-19 21:07:57,690][DEBUG][index.store.fs ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] using [nio_fs] store with path [/Volumes/Media/TestData/elasticsearch-0.16.0-SNAPSHOT/data/elasticsearch/nodes/0/indices/wikipedia/4/index]
[2011-04-19 21:07:57,690][DEBUG][index.deletionpolicy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] Using [keep_only_last] deletion policy
[2011-04-19 21:07:57,691][DEBUG][index.merge.policy ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] using [log_bytes_size] merge policy with merge_factor[10], min_merge_size[1.5mb], max_merge_size[2gb], max_merge_docs[2147483647], calibrate_size_by_deletes[true], async_merge[true]
[2011-04-19 21:07:57,691][DEBUG][index.merge.scheduler ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] using [concurrent] merge scheduler with max_thread_count[3]
[2011-04-19 21:07:57,691][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] state: [CREATED]
[2011-04-19 21:07:57,696][DEBUG][index.translog ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] interval [5s], flush_threshold_ops [5000], flush_threshold_size [200mb], flush_threshold_period [30m]
[2011-04-19 21:07:57,697][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] state: [CREATED]->[RECOVERING], reason [from gateway]
[2011-04-19 21:07:57,697][DEBUG][index.gateway ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] starting recovery from local ...
[2011-04-19 21:07:57,699][DEBUG][index.engine.robin ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] Starting engine
Exception in thread "elasticsearch[cached]-pool-1-thread-5" java.lang.OutOfMemoryError: Java heap space
Exception in thread "elasticsearch[Cody Mushumanski gun Man aka: the hunter]transport_client_worker-pool-13-thread-4" java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:08:03,507][WARN ][netty.channel.socket.nio.NioWorker] Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:08:03,669][WARN ][netty.channel.socket.nio.NioWorker] Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: Java heap space
Exception in thread "elasticsearch[cached]-pool-1-thread-6" java.lang.OutOfMemoryError: Java heap space
[2011-04-19 21:08:14,371][INFO ][monitor.jvm ] [Cody Mushumanski gun Man aka: the hunter] [gc][ConcurrentMarkSweep][435] took [5s]/[4.1s], reclaimed [-47904b], leaving [54.6mb] used, max [155.9mb]
[2011-04-19 21:08:21,374][INFO ][monitor.jvm ] [Cody Mushumanski gun Man aka: the hunter] [gc][ConcurrentMarkSweep][436] took [5s]/[4.1s], reclaimed [-33528b], leaving [54.7mb] used, max [155.9mb]
[2011-04-19 21:08:28,377][INFO ][monitor.jvm ] [Cody Mushumanski gun Man aka: the hunter] [gc][ConcurrentMarkSweep][437] took [5s]/[4.1s], reclaimed [-34904b], leaving [54.9mb] used, max [155.9mb]
[2011-04-19 21:08:35,380][INFO ][monitor.jvm ] [Cody Mushumanski gun Man aka: the hunter] [gc][ConcurrentMarkSweep][438] took [5s]/[4.2s], reclaimed [-50888b], leaving [55mb] used, max [155.9mb]
[2011-04-19 21:08:36,236][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: stopping ...
[2011-04-19 21:08:36,246][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][2] state: [RECOVERING]->[CLOSED], reason [shutdown]
[2011-04-19 21:08:36,246][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][1] state: [RECOVERING]->[CLOSED], reason [shutdown]
[2011-04-19 21:08:36,246][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][4] state: [RECOVERING]->[CLOSED], reason [shutdown]
[2011-04-19 21:08:36,246][DEBUG][index.shard.service ] [Cody Mushumanski gun Man aka: the hunter] [wikipedia][3] state: [RECOVERING]->[CLOSED], reason [shutdown]
[2011-04-19 21:08:36,277][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: stopped
[2011-04-19 21:08:36,278][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: closing ...
[2011-04-19 21:08:36,289][INFO ][node ] [Cody Mushumanski gun Man aka: the hunter] {elasticsearch/0.16.0-SNAPSHOT/2011-04-18T15:00:52}[23323]: closed
@stevesuo
Copy link

stevesuo commented Nov 7, 2011

Did you ever get this resolved? I am having the same problem.

@imotov
Copy link
Author

imotov commented Nov 7, 2011

Which problem? java.lang.OutOfMemoryError: Java heap space exception?

@stevesuo
Copy link

stevesuo commented Nov 7, 2011 via email

@imotov
Copy link
Author

imotov commented Nov 7, 2011

No problem. It's just this gist was created to demonstrate a bug triggered by out of memory condition during recovery that was destroying shards. That bug was fixed several months ago. That's why I asked.

If you are getting this exception, you need to give more memory to elasticsearch process. You can use environment variables ES_MIN_MEM and ES_MAX_MEM to do it. I think default settings are 256M and 1024M. That's typically enough only for relatively small indices.

@stevesuo
Copy link

stevesuo commented Nov 7, 2011 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment