Getting Data In

Exception while importing data

bluecoder008
New Member

Hi, I am running a script to import data to splunk (via REST API of curl), after running for a while, it gave the following error in the log:

07-24-2012 00:05:46.651 -0700 WARN Thread - OneShotFileWriter: about to throw a ThreadException: _beginthreadex: The paging file is too small for this operation to complete.; 1473 threads active
07-24-2012 00:05:46.776 -0700 WARN ProcessRunner - external process 3172 outlived process group 000000014F557710

What does this mean? how to fix it ?

Tags (1)
0 Karma

MarioM
Motivator

what's OS is splunk running on? it's sound like the following:

-If linux you need to increase ulimit to unlimited.

-If windows your hard drive does not have enough free space for windows to create the correct size swap file it needs.

Or many other reasons...just google "The paging file is too small for this operation to complete"

0 Karma

MarioM
Motivator

ok...please accept my answer for those having same issue 😜

0 Karma

bluecoder008
New Member

it is running on Windows. OK, looks like it ran out of disk space.

Thank you.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...