Sponsored Content
Top Forums Programming Java code to access the shared heap Post 302361619 by frustrated1 on Tuesday 13th of October 2009 04:55:05 PM
Old 10-13-2009
Thanks, appreciate the feedback.

Apologies if I have wasted ur time.
I will look into the web page sources etc
 

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Any way to access shared object using shell

Hi, I have created a shared object (abc.so) which has a function sum(int a, int b). Is there any way to load the "abc.so" and use the sum function using shell script.. thanks in advance (2 Replies)
Discussion started by: yhacks
2 Replies

2. Programming

Code to write the heap into a file

Hi everybody, i am doing a project on checkpoints, where in i need to write the heap area into a file. I have got a code which i need to analyze, also asked in the forum under solaris https://www.unix.com/solaris/135483-libckpt.html The heap is implemented as a link list given by the structure... (2 Replies)
Discussion started by: holla4ni
2 Replies

3. UNIX for Dummies Questions & Answers

Checking heap memory size for java app

Hi I have one Java application installed in my Solaris system. Is there a way to find out the heap memory allocated size/used size/free size for the particular Java process? If anyone knows the command, please let me know. Even I appreciate if I have any scripts to find out the same. ... (0 Replies)
Discussion started by: nthiruvenkatam
0 Replies

4. Programming

can i have an optimal solution for this java code ? Facing Java heap space problem even at 3GB heaps

My desired output is run: for this 1 for this 2 for this 3 for this 4 for this 5 for this 1,2 1->2 for this 2,3 2->3 for this 3,4 3->4 for this 4,5 4->5 for this 1,2,3 1->2,3 (2 Replies)
Discussion started by: vaibhavkorde
2 Replies
SUP-RECOVER-SOURCES(1)					      General Commands Manual					    SUP-RECOVER-SOURCES(1)

NAME
sup-recover-sources - rebuild a lost Sup source configuration file SYNOPSIS
sup-recover-sources [options] [source uri...] DESCRIPTION
Rebuilds a lost sources.yaml file by reading messages from a list of sources and determining, for each source, the most prevalent 'source_id' field of messages from that source in the index. The only non-deterministic component to this is that if the same message appears in multiple sources, those sources may be mis-diagnosed by this program. If the first N messages (--scan-num below) all have the same source_id in the index, the source will be added to sources.yaml. Otherwise, the distribution will be printed, and you will have to add it by hand. The offset pointer into the sources will be set to the end of the source, so you will have to run sup-import --rebuild for each new source after doing this. OPTIONS
--unusual Mark sources as 'unusual'. Only usual sources will be polled by hand (default: false) --archive Mark sources as 'archive'. New messages from these sources will not appear in the inbox (default: false) --scan-num N Number of messages to scan per source (default: 10) -h, --help Show help message FILES
$HOME/.sup/sources.yaml Configuration file for Sup mail sources SEE ALSO
sup-mail(1), sup-config(1), sup-add(1), sup-import(1) AUTHOR
Sup was written by William Morgan <wmorgan-sup@masanjin.net>. This manual page was written by Per Andersson <avtobiff@gmail.com> for the Debian project (but may be used by others). April 9, 2012 SUP-RECOVER-SOURCES(1)
All times are GMT -4. The time now is 11:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy