Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <uvspab$2nk0a$1@dont-email.me>
Deutsch   English   Français   Italiano  
<uvspab$2nk0a$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.nobody.at!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.advocacy
Subject: Re: Building Linux in /dev/shm
Date: Fri, 19 Apr 2024 03:44:12 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <uvspab$2nk0a$1@dont-email.me>
References: <uvpmng$1mntq$4@dont-email.me> <uvrbur$2ae33$1@dont-email.me>
	<uvsmah$2mc88$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 19 Apr 2024 05:44:12 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="9edfee33d4561201a41a00d87dc9eb08";
	logging-data="2871306"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18dlZmhn455hX+cQvt+AIM0"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:VDDR+g8fvZ6lsl0xcMOKyeYFiIQ=
Bytes: 1608

On Fri, 19 Apr 2024 02:53:05 -0000 (UTC), vallor wrote:

> On Thu, 18 Apr 2024 14:50:03 -0000 (UTC), candycanearter07
> <candycanearter07@candycanearter07.nomail.afraid> wrote in
> <uvrbur$2ae33$1@dont-email.me>:
> 
>> Isn't /tmp usually mounted as a ramdisk?
> 
> Some distros might do that.  Linux Mint doesn't, and I don't advise it.

It’s your choice. Stuff in /tmp is not expected to have a long lifetime.
/var/tmp is for things you would like to last longer, but still aren’t 
that fussed about.

The whole point about temporary files is it’s not the end of the world if 
they get deleted.