Rygel-list Archive

List Statistics

  • Total Threads: 191
  • Total Posts: 205

Phrases Used to Find This Thread

  #1  
10-07-2012 04:05 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #2  
10-07-2012 04:23 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #3  
10-07-2012 04:24 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #4  
10-07-2012 05:12 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Dear Zeeshan,
First I check the value in /proc/meminfo

And then "rygel -g 5 &"

And then check /proc/meminfo again,

I can see the free memory is become more smaller than about 20MB

Hence, I would like to check which part will occupy more memory when I
just start rygle and do nothing.
Do you have idea about this issue?





2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
> <> wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>>> Dear Jens,
>>>
>>> Per verification I did,
>>> when I start rygel with "rygel -g 5 &",
>>> I check /proc/meminfo,
>
> Seriously? Is rygel the only app running your this machine?
> /prop/meminfo gives your memory consumed by *all* processes.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #5  
10-07-2012 05:14 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Dear Zeeshan,
First I check the value in /proc/meminfo

And then "rygel -g 5 &"

And then check /proc/meminfo again,

I can see the free memory is become more smaller than about 20MB

Hence, I would like to check which part will occupy more memory when I
just start rygle and do nothing.
Do you have idea about this issue?





2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
> <> wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>>> Dear Jens,
>>>
>>> Per verification I did,
>>> when I start rygel with "rygel -g 5 &",
>>> I check /proc/meminfo,
>
> Seriously? Is rygel the only app running your this machine?
> /prop/meminfo gives your memory consumed by *all* processes.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Yes,
when I make root file system for my embedded platform.
our toolchain will do library strip and binary strip


2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,
>> I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #6  
10-07-2012 05:46 PM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Dear Zeeshan,
First I check the value in /proc/meminfo

And then "rygel -g 5 &"

And then check /proc/meminfo again,

I can see the free memory is become more smaller than about 20MB

Hence, I would like to check which part will occupy more memory when I
just start rygle and do nothing.
Do you have idea about this issue?





2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
> <> wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>>> Dear Jens,
>>>
>>> Per verification I did,
>>> when I start rygel with "rygel -g 5 &",
>>> I check /proc/meminfo,
>
> Seriously? Is rygel the only app running your this machine?
> /prop/meminfo gives your memory consumed by *all* processes.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Yes,
when I make root file system for my embedded platform.
our toolchain will do library strip and binary strip


2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,
>> I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 7:12 PM, Soho Soho123 <> wrote:
> Dear Zeeshan,
> First I check the value in /proc/meminfo
>
> And then "rygel -g 5 &"
>
> And then check /proc/meminfo again,
>
> I can see the free memory is become more smaller than about 20MB

Thats an extremely unreliable way to check memory usage of a process.

> Hence, I would like to check which part will occupy more memory when I
> just start rygle and do nothing.
> Do you have idea about this issue?

Have you checked top? There is also per-process info in /proc by process ID.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #7  
11-07-2012 07:27 AM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Dear Zeeshan,
First I check the value in /proc/meminfo

And then "rygel -g 5 &"

And then check /proc/meminfo again,

I can see the free memory is become more smaller than about 20MB

Hence, I would like to check which part will occupy more memory when I
just start rygle and do nothing.
Do you have idea about this issue?





2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
> <> wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>>> Dear Jens,
>>>
>>> Per verification I did,
>>> when I start rygel with "rygel -g 5 &",
>>> I check /proc/meminfo,
>
> Seriously? Is rygel the only app running your this machine?
> /prop/meminfo gives your memory consumed by *all* processes.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Yes,
when I make root file system for my embedded platform.
our toolchain will do library strip and binary strip


2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,
>> I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 7:12 PM, Soho Soho123 <> wrote:
> Dear Zeeshan,
> First I check the value in /proc/meminfo
>
> And then "rygel -g 5 &"
>
> And then check /proc/meminfo again,
>
> I can see the free memory is become more smaller than about 20MB

Thats an extremely unreliable way to check memory usage of a process.

> Hence, I would like to check which part will occupy more memory when I
> just start rygle and do nothing.
> Do you have idea about this issue?

Have you checked top? There is also per-process info in /proc by process ID.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Di, 2012-07-10 at 18:23 +0300, Zeeshan Ali (Khattak) wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> > Dear Jens,
> >
> > Per verification I did,
> > when I start rygel with "rygel -g 5 &",
> > I check /proc/meminfo,
> > I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
I suspect a good deal of that is coming from the SQLite buffers.

_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)

  #8  
11-07-2012 09:08 AM
Rygel-list member admin is online now
User
 

Dear Jens,

Per verification I did,
when I start rygel with "rygel -g 5 &",
I check /proc/meminfo,
I can see the memory was consumed about 20MB.
Could you comment about this issue?
Which part allocate memory in runtime?
As my understanding, linux load rygel obj code then run rygel , system
memory will be occupied.
But I do not have idea about which part will occupy a lot of memory?
"Rygel" is written with "vala" language,
where I can see the memory allocate behavior? such that I can check the size.
Can I set the data buffer to more smaller ?


Thanks!
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> Dear Jens,
>
> Per verification I did,
> when I start rygel with "rygel -g 5 &",
> I check /proc/meminfo,
> I can see the memory was consumed about 20MB.

Did you remember to strip the binaries? That usage seems a lot more
than it was last I checked.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
<> wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,

Seriously? Is rygel the only app running your this machine?
/prop/meminfo gives your memory consumed by *all* processes.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Dear Zeeshan,
First I check the value in /proc/meminfo

And then "rygel -g 5 &"

And then check /proc/meminfo again,

I can see the free memory is become more smaller than about 20MB

Hence, I would like to check which part will occupy more memory when I
just start rygle and do nothing.
Do you have idea about this issue?





2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:23 PM, Zeeshan Ali (Khattak)
> <> wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>>> Dear Jens,
>>>
>>> Per verification I did,
>>> when I start rygel with "rygel -g 5 &",
>>> I check /proc/meminfo,
>
> Seriously? Is rygel the only app running your this machine?
> /prop/meminfo gives your memory consumed by *all* processes.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
Yes,
when I make root file system for my embedded platform.
our toolchain will do library strip and binary strip


2012/7/10 Zeeshan Ali (Khattak) <>:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> Dear Jens,
>>
>> Per verification I did,
>> when I start rygel with "rygel -g 5 &",
>> I check /proc/meminfo,
>> I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
> --
> Regards,
>
> Zeeshan Ali (Khattak)
> FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Tue, Jul 10, 2012 at 7:12 PM, Soho Soho123 <> wrote:
> Dear Zeeshan,
> First I check the value in /proc/meminfo
>
> And then "rygel -g 5 &"
>
> And then check /proc/meminfo again,
>
> I can see the free memory is become more smaller than about 20MB

Thats an extremely unreliable way to check memory usage of a process.

> Hence, I would like to check which part will occupy more memory when I
> just start rygle and do nothing.
> Do you have idea about this issue?

Have you checked top? There is also per-process info in /proc by process ID.

--
Regards,

Zeeshan Ali (Khattak)
FSF member#5124
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
On Di, 2012-07-10 at 18:23 +0300, Zeeshan Ali (Khattak) wrote:
> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
> > Dear Jens,
> >
> > Per verification I did,
> > when I start rygel with "rygel -g 5 &",
> > I check /proc/meminfo,
> > I can see the memory was consumed about 20MB.
>
> Did you remember to strip the binaries? That usage seems a lot more
> than it was last I checked.
>
I suspect a good deal of that is coming from the SQLite buffers.

_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)
dear Jens,

Can I remove the part manually for verification?
And I see the config rygel.conf,
extract-metadata=true ===>if I set this in false, does this action
cause the a lot of memory are occupied?

Thanks!

2012/7/11 Jens Georg <>:
> On Di, 2012-07-10 at 18:23 +0300, Zeeshan Ali (Khattak) wrote:
>> On Tue, Jul 10, 2012 at 6:05 PM, Soho Soho123 <> wrote:
>> > Dear Jens,
>> >
>> > Per verification I did,
>> > when I start rygel with "rygel -g 5 &",
>> > I check /proc/meminfo,
>> > I can see the memory was consumed about 20MB.
>>
>> Did you remember to strip the binaries? That usage seems a lot more
>> than it was last I checked.
>>
> I suspect a good deal of that is coming from the SQLite buffers.
>
_______________________________________________
rygel-list mailing list
rygel-
https://mail.gnome.org/mailman/listinfo/rygel-list
)





NewsArc Lists  |  Culture Pages   |  Computing Archive  |  Media-Pages
Link to this page on your blog or website by copying the HTML code below and pasting it into your site: