Hello All
Is there any per process memory
limit in Linux. I am using RedHat 7.1 with 6GB RAM.
Thanks
Harpreet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> "Nikolaos" == Nikolaos A Margaritis <[EMAIL PROTECTED]> writes:
Nikolaos> Dear all,
Nikolaos> I have a problem with the cpp. Well, I have a
Nikolaos> definition:
Nikolaos> #define DIM 4
Nikolaos> then I need the preproces
I am porting a Redhat's embedded linux kernel, mpc8xx-2.2.13
from the Redh EDK 1.0), to a new custom designed bd, with the
mpc860. I am using a local RAM disk on this new bd.
I previously successfully used this version and my app on the
MBX bd. With threads a-blazin' and ethernet comm and
mult
Tim Hockin wrote:
>
> > > I have a task to detect if the network
> > > cable is unplugged. If it is the case,
> > > I have to notify the user.
> > >
> > > Can someone please help me in identifying few
> > > good ways to do (achieve) this programmatically?
> > > (preferably C function calls or i
Tim Hockin wrote:
>
> > > Perhaps another ethtool ioctl() for LINK status is needed?
> > >
> > > (cc: to Jeff Garzik, ethtool maintainer)
> >
> > we need netlink messages to proactively deliver link status to any
> > userspace (or kernelspace) listeners.
>
> It was brought to my attention that m
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dear all,
I have a problem with the cpp. Well, I have a definition:
#define DIM 4
then I need the preprocessor to concatenate "SOME_NAME_" with "DIM", ie
I want to it to return SOME_NAME_4 which is a function name.
Thus if I type:
SOME_VALUE_ som
I am porting a Redhat's embedded linux kernel, mpc8xx-2.2.13
from the Redh EDK 1.0), to a new custom designed bd, with the
mpc860. I am using a local RAM disk on this new bd.
I previously successfully used this version and my app on the
MBX bd. With threads a-blazin' and ethernet comm and
mult