RavenDB 4.0 40006, memory on disk

34 views
Skip to first unread message

Derek den Haas

unread,
Jan 13, 2017, 7:53:54 AM1/13/17
to RavenDB - 2nd generation document database
I'm trying to run RavenDB as a background task,

It keeps spawning the syslog full of:
Jan 13 13:42:09 vps-test dotnet[22234]: Avaliable Commands :
Jan 13 13:42:09 vps-test dotnet[22234]: [cls] : clear screen
Jan 13 13:42:09 vps-test dotnet[22234]: [log]: dump logs to console
Jan 13 13:42:09 vps-test dotnet[22234]: [nolog]: stop dumping logs to console
Jan 13 13:42:09 vps-test dotnet[22234]: [low-mem] : simulate low memory
Jan 13 13:42:09 vps-test dotnet[22234]: [stats]: dump statistical information
Jan 13 13:42:09 vps-test dotnet[22234]: [q]: quit
Jan 13 13:42:09 vps-test dotnet[22234]: Unknown command...

At the rate of 1gb per hour

With the simple service:

[Unit]
Description=RavenDB

[Service]
WorkingDirectory=/root/Server/
ExecStart=/usr/bin/dotnet Raven.Server.dll
Restart=always

[Install]
WantedBy=multi-user.target

Any suggestions?

Oren Eini (Ayende Rahien)

unread,
Jan 15, 2017, 5:42:06 AM1/15/17
to ravendb
Yes, that is a bug in the interactive mode.

Try running with:

--Raven/RunAsService=true

And it should stop.

Hibernating Rhinos Ltd  

Oren Eini l CEO Mobile: + 972-52-548-6969

Office: +972-4-622-7811 l Fax: +972-153-4-622-7811

 


--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages