csound process too heavy?
| Date | 2015-08-19 08:07 |
| From | Richard |
| Subject | csound process too heavy? |
When I run this autorec.csd (that I posted earlier) on my remote
raspberry pi, it takes so many resources (it seems) that I cannot ssh
into the pi anymore.
Is there a way for csound to use less resources (some 'idle' function)?
Another question. apparently csound had stopped for some reason, since I
could ssh again and ps showed no csound activity.
But how can I see why it stopped? The terminal session was gone. Can I
redirect output to a file?
Richard
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-08-19 08:36 |
| From | "F. Silvain" |
| Subject | Re: csound process too heavy? |
Richard, Aug 19 2015:
...
> But how can I see why it stopped? The terminal session was gone. Can I
> redirect output to a file?
Hey hey Richard,
you can use &>somefile.log
csound autorec.csd &>autorec.log
Good luck!
...
Ta-ta
----
Ffanci
* Homepage: https://freeshell.de/~silvain
* Twitter: http://twitter.com/ffanci_silvain
* GitHub: https://github.com/fsilvain
------------------------------------------------------------------------------
_______________________________________________
Csound-users mailing list
Csound-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-users
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
| Date | 2015-08-19 09:03 | |||
| From | Anders Genell | |||
| Subject | Re: csound process too heavy? | |||
| Attachments | None None | |||
Or you could use the -O command line flag... Log output to file FILE. If FILE is null (i.e. -O null or --logfile=null) all printing of messages to the console is disabled.
" Regards, Anders On Wed, Aug 19, 2015 at 9:36 AM, F. Silvain <silvain@freeshell.de> wrote: Richard, Aug 19 2015: |
![[Note]](http://csound.github.io/docs/manual/images/note.png)