top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Unexpected WiredTigerLAS.wt file grow in MongoDB?

0 votes
920 views

We have mongodb cluster with 3 instances. After increase of amount of writes there, WiredTigerLAS.wt become 20Gbs size on all nodes in just few mins. It leaded to out space issue and of course downtime. This is strange, because usually this file have size less then 1,5 GB.
I tried to find in a documentation how to control its size, but no luck. Can you suggest how to limit its size and maybe you know what can cause this situation.

posted Apr 11, 2018 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I have accidentally deleted WiredTiger.wt and another file start with "WiredTiger" in mongodbs dbpath.
The "collection.***.wt" files and another still exist, Are there any ways to recover my data?

0 votes

I am new in mongodb I have a file homework2.js which I want to load in mongodb, I have tried both method

load("homework2.js")
load("c:mongodbscripthomework2.js")

I have installed mongodb in root c drive in mongodb folder and database path c:mongodbdatadb. I want to confirm which folder I will put this file and what command to load the said file.

+2 votes

As we can write ".sql" file in sql for creating schema and other commands. can we also write the similar something like ".nosql" or ".mongodb" file??

...