search for: use_case

Displaying 3 results from an estimated 3 matches for "use_case".

Did you mean: use_base
2007 Sep 10
6
RSpec view spec writing problem (unable to generate url_for in RESTful resource link_to)
...ther resource. Here is an overview of the situation, then the code: - I''m using a restful design - I''m using nested (multiply nested) resources - I am trying to test a show.rhtml view, that includes links (link_to) to resources managed by another controller - The use_case model has a many-to-may through relationship with actors, and I''m displaying links to the associated actors on the use_case page - I can''t get the links to generate when running rspec (but it works great in the app) - I am in the early stages of the project, and wan...
2016 Sep 07
2
how to limit cpu usage for specified processes
Hi, Is there some tool or method in centos that can limit cpu usage to some percentage for specified processes that consume large cpu resource? I found cpulimit which is only able to limit one process. what I want is one tool that can limit several same processes' cpu usage. Thanks! Regards andrew
2016 Sep 07
0
how to limit cpu usage for specified processes
Hello, You could do it with Cgroups, if your specified processes run or can be made to run in group permissions. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-cpu_and_memory-use_case.html Regards, -- Sander Kuusemets University of Tartu, High Performance Computing, IT Specialist Skype: sander.kuusemets1 +372 737 5694 On 09/07/2016 10:45 AM, qw wrote: > Hi, > > > Is there some tool or method in centos that can limit cpu usage to some percentage for specified proc...