similar to: thin server processes slowly growing in RAM size

Displaying 20 results from an estimated 6000 matches similar to: "thin server processes slowly growing in RAM size"

2008 Nov 24
14
Problem with RubyGems installation
Hello, I am trying to install RubyGems on Ubuntu and i''m having trouble. I''ve downloaded rubygems 1.3.1 and when i run the sudo ruby setup.rb command I get the problem mentioned below. I''d really appreciate if someone can help me out. Thanks mkdir -p /usr/local/lib/site_ruby/1.8 mkdir -p /usr/bin install -c -m 0644 rbconfig/datadir.rb
2008 Nov 30
12
How to go back to using webrick default server
Hi, I''ve installed mongrel to check it out and want to go back to using webrick as default when i type server/script to run my server. How can I do this? I know that I can just type server/script webrick but i''d prefer to have it as default. Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because
2010 Sep 30
0
creating a File-based thin-provisioned VHD
Hullo everybody how can I create File-based thin-provisioned VHD on a Filesystem for VM images for a local non-shared Filesystem (EXT type SR), for with the configurations i have dont allow me make a 4th partition Below are my configurations. [root@virtualintranet /]# fdisk -l Disk /dev/sda: 1998.2 GB, 1998233534464 bytes 255 heads, 63 sectors/track, 242938 cylinders Units = cylinders of
2008 Oct 03
1
fragment caching with search box
I''m trying to setup some fragment caching which works fine for the index but i''m not sure how to ignore the caching if they are searching the index results. my code in short: ItemsController def index @items = Item.search(params[:search], params[:min_rank], params[:max_rank], params[:classification_id], ...) end index.html.erb <% cache (''items'',
2008 Nov 18
4
How to read the logs?
Can anyone tell me where I can learn how to read and decipher the logs? I''ve done a few google searches and nothing comes up. Specifically, I just uploaded my first app to a production server and it doesn''t work and I got the following even though it works perfectly fine on my development machine: ctionView::TemplateError (uninitialized constant
2008 Apr 30
12
Strange memory issue
Like most, I have a test and a production env. Both are CentOS 5, Ruby 1.8.6, Rails 2.0.2, MySQL 5, and Apache. Both were setup using the same procedure. Except for the hardware (test: Intel, prod: AMD) and memory (test: 512M, prod: 1G), both systems are essentially the same right down to the Rails env. Unfortunately, memory usage is very different for each. The test system has 2 mongrel
2013 Nov 22
2
libvirt, lvm thin provisioning
I know that lvm supports thin provisioning, and I think I have a pretty good grasp on how that works. Does libvirt support lvm thin provisioning and thin snapshots? I know that in order to set up lvm thin provisioning by hand, I have to create a thin-provisioning pool within the volume group, and then thin-provisioned logical volumes and thin-provisioned snapshots can be created within that
2007 Dec 26
2
Unified Messaging On Thin Client / Terminal Server
I would like to get Unified Messaging working in a Thin Client / Terminal Server environment. What I would like to happen: when a user gets a voice-mail, Asterisk sends an email with a Voicemail-URL that notifies the person they have a message. When they click that from their Remote-Desktop / RDP / Thin Client session, that sends a message via HTTP to Asterisk to play the voicemail on
2013 Dec 03
0
Re: libvirt, lvm thin provisioning
Hello, On 2013-11-22 21:46, Michael Mol wrote: > I know that lvm supports thin provisioning, and I think I have a pretty > good grasp on how that works. Does libvirt support lvm thin > provisioning and thin snapshots? libvirt does not support storage pools containing thin pools. Since commit 4132dede0652b7f0cc83868fd454423310bc1a9c
2011 Mar 14
1
Help- Fitting a Thin Plate Spline
Hi Everyone, I'm a pretty useless r-er but have data that SPSS etc doesn't like. I've managed to do GLMs for my data, but now need to fit a thin plate spline for my data (arcsine.success~date.num:clutch.size) If anyone has a bit of spare time and could come up with a bit of code I'd be very grateful- I just don't get R language! Thanks Rach -- View this message in context:
2010 Nov 19
1
Performance issue with Thin
It''s not about scalability on a huge site, but the lowest possible latency for a very small app. I have a little app with Thin and Sinatra. My app generates the page in about 50ms. After getting the browser request, thin waits 50ms and then it takes 300ms sending the page, to Chromium at localhost. (It takes 300ms to send a static a.html with the word "test" on it, too, so it
2008 Sep 10
1
Thin client
Dear all, I am very much new to Linux Thin Client Concept. But know i am very much interested to create Centos 5 based thin client of 512MB on flash rom. Can any one guide me to how to start and if you provide any suitable links that will be very much great full. Regards. Lingu
2019 Sep 27
0
LVM and thin snapshots
Hi , You can also check if BOOM boot manager can work with thin LVM. I really like that feature, since CentOS7.x Best Regards, Strahil NikolovOn Sep 27, 2019 12:39, Georgios <gpdsbe+centos at mailbox.org> wrote: > > Hi there! > > Im new here. > > Im trying to install Centos 8 on my laptop. I also want to have a > contingency plan in case something brakes. >
2015 Jul 22
2
[LLVMdev] Using thin archives when building llvm
> I was able to get this to work on windows by using > > -DCMAKE_STATIC_LINKER_FLAGS=/llvmlibthin And with r242926 it looks like the new lld just works with thin archives on windows :-) Cheers, Rafael
2010 May 05
1
Does Opensolaris support thin reclamation?
Support for thin reclamation depends on the SCSI "WRITE SAME" command; see this draft of a document from T10: http://www.t10.org/ftp/t10/document.05/05-270r0.pdf. I spent some time searching the source code for support for "WRITE SAME", but I wasn''t able to find much. I assume that if it was supported, it would be listed in this header file:
2007 May 29
2
OpenVox A400P01on thin client?
Hello, I'm thinking of ordering an OpenVox A400P01 (A400P + 1 PORT FXO Bundle) for use in a old IBM 8364 thin client: http://www.openvox.com.cn/products_detail.php?genre_id=9&id=28 http://silicon-verl.de/home/flo/software/netstation-8364/ Has someone already used this hardware with Asterisk, especially on a small piece of hardware like this, and could offer some feedback? Thank you.
2019 Sep 27
0
LVM and thin snapshots
Hi there! Im new here. Im trying to install Centos 8 on my laptop. I also want to have a contingency plan in case something brakes. My first thoughts were to use LVM. The idea is that i would take multiple snapshots of the system during the day/week and will keep them for a short time. I read RHEL documentation about how lvm works and pretty much understand how to manage the above scenario
2017 Nov 07
0
Re: using LVM thin pool LVs as a storage for libvirt guest
Please don't use lvm thin for vm. In our hosting in Russia we have 100-150 vps on each node with lvm thin pool on ssd and have locks, slowdowns and other bad things because of COW. After we switching to qcow2 files on plain ssd ext4 fs and happy =). 2017-11-04 23:21 GMT+03:00 Jan Hutaƙ <jhutar@redhat.com>: > Hello, > as usual, I'm few years behind trends so I have learned
2014 Aug 04
0
Re: libvirt and lvm thin pool
On 08/02/2014 04:24 PM, Vasiliy Tolstov wrote: > Hi all. I'm using libvirt 1.2.6 > I want to use lvm storage for my virtual machines. > But i want to use new lvm2 feature - thin pool. How can i do that in > libvirt? If libvirt can't create it via pool xml, does (and how) to > use this setup under libvirt? > The 'Thin Pool' is avoided by libvirt, but volumes
2016 Jan 19
2
LVM thin volumes fstrim operation not supported
Hi All I'm trying to setup my LVM thin pool to support discards so that the pool can reclaim space even if the underlying device doesn't support trim. It is my understanding that all thin pools should support trim even if the underlying device doesn't. (please correct me if I'm wrong here) I have one centos server that does support trim and everything is working correctly but any