python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to figure out why empty files like /tmp/fc007620c1c8dcca are being created
Example of the empty files created in /tmp:
-rw------- 1 root wheel 0B Mar 27 00:57 fc007620c1c8dcca
-rw------- 1 root wheel 0B Mar 27 01:00 fc007620c1c95a20
-rw------- 1 root wheel ...
Linda Derezinski
Votes: 0
Answers: 0
What are all these phpXXXXXX files in /tmp
The /tmp folder on a PHP server keeps filling up with files like these
-rw------- 1 user 5242880 Mar 16 04:32 php3FruGk
-rw------- 1 user 5242880 Mar 16 04:32 php4CsNMh
-rw------- 1 user 5242880 Ma...
g000m
Votes: 0
Answers: 2
I'm trying to turn a data frame into a sql in python, but I'm aways getting this output: sqlite3.OperationalError: disk I/O error
I've looked for similar topics on stack overflow and google, but I couldn't find any similar case. Can anyone help me?
import os
import tempfile
import sqlite3
import pandas as pd
tmp = tempfile.mkte...
vini8cs
Votes: 0
Answers: 0
Set temporary directory: open_mfdataset xarray, dask(?), python
I am opening multiple files with xarray.open_mfdataset and storing them again as one dataset. As I am doing so, my temporary directory runs out of memory.
How do I change the path to the temporary dir...
henke a
Votes: 0
Answers: 1